assertEquals("OK", r);
} catch (Throwable e) {
System.out.println(generateToText());
ExceptionUtils.rethrow(e);
}
}
}
assertEquals("OK", r);
} catch (Throwable e) {
System.out.println(generateToText());
throw ExceptionUtils.rethrow(e);
}
}
}